Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 5 - Attribute Objects / Attribute Objects Reference
Attribute Objects Routines / Creating and Managing Attribute Sets


Q3AttributeSet_Contains

You can use the Q3AttributeSet_Contains function to determine whether an attribute set contains an attribute of a specific type.

TQ3Boolean Q3AttributeSet_Contains (
TQ3AttributeSet attributeSet, 
TQ3AttributeType attributeType);
attributeSet
An attribute set.
attributeType
An attribute type.
DESCRIPTION
The Q3AttributeSet_Contains function returns, as its function result, a Boolean value that indicates whether the attribute set specified by the attributeSet parameter contains (kQ3True) or does not contain (kQ3False) an attribute of the type specified by the attributeType parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996